-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for mapdb backend #357
Conversation
return Collections.emptyIterator(); | ||
} | ||
return super.query(q); | ||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the else, the code inside the brackets is slightly longer
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Show resolved
Hide resolved
db8b560
to
f4e7718
Compare
Change-Id: I046bde4a32b3fd6693f788d27a9165e2646bc5cb
f4e7718
to
504b1c2
Compare
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/serializer/BytesBuffer.java
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/serializer/BytesBuffer.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/serializer/BytesBuffer.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #357 +/- ##
============================================
+ Coverage 67.54% 67.65% +0.11%
- Complexity 3145 3172 +27
============================================
Files 201 203 +2
Lines 16010 16078 +68
Branches 2327 2343 +16
============================================
+ Hits 10814 10878 +64
- Misses 3980 3988 +8
+ Partials 1216 1212 -4
Continue to review full report at Codecov.
|
d2590c8
to
9290022
Compare
Change-Id: I7e3c9677f5d824b37a64791b87cfca5c649c74db
Change-Id: I046bde4a32b3fd6693f788d27a9165e2646bc5cb